Properties  Methods  Events


ParallelCoordinateDataSource<TObject> Class Members

The following tables list the members exposed by ParallelCoordinateDataSource<TObject>.

Public Constructors
 NameDescription
Public Constructor Creates a new instance  
Top
Public Properties
 NameDescription
Public Property Gets the wrapped axes  
Public Property Gets the labels for the X axis  
Public Property Gets the data ready for rendering  
Public Property Gets the X value range  
Public Property Gets the X values  
Public Property Gets the Y value range  
Top
Public Methods
 NameDescription
Public Method Appends a single item to the data set  
Public Method Forces a full refresh. Should be called after changes to underlying data.  
Public Method Changes the order of the data items  
Public Method Resets the data set using new values  
Top
Extension Methods
 NameDescription
Public Extension Method Notifies that finalizer has been invoked
Public Extension MethodOverloaded. Converts an System.IComparable array to double array
Public Extension MethodYields a single item, converting it to System.Collections.IEnumerable.
Public Extension Method
Top
Public Events
 NameDescription
Public Event Raised when composition is changed, i.e. axes being reordered  
Public Event Raised when source is changed  
Top
See Also